The Facilities object is the mechanism used for caching facility attributes. This object is comparable to the Points object; it stores Facility attributes while the Points object stores live Point values. The Facilities object is equipped with standard CygNet caching operations similar to the Points object.
The Facilities object is intrinsic to both the HyperPoint Scripting Service and CygNet Studio, but can be used by any automation-compatible container (Microsoft Visual Basic, Microsoft Word, Active Server Pages).
Declare the object using the following code:
|
CreateObject("CxScript.Facilities") |
Note: The Facilities object is automatically provided in CygNet Studio as the global Facilities object, so you usually do not need to create a CxScript.Facilities object.
More: